home *** CD-ROM | disk | FTP | other *** search
- === NOSview [137]
- arp
- ===
-
- _________________________________________________________________
- arp
- _________________________________________________________________
- Display the Address Resolution Protocol (ARP) table that maps IP
- addresses to their link addresses (callsigns) on networks capable
- of broadcasting. For each IP address entry the network type
- (e.g. Ethernet, AX.25), network address and time to expiration is
- shown. If the link address (callsign) is currently unknown, the
- number of IP datagrams awaiting resolution is also shown.
-
-
- _________________________________________________________________
- arp add <host> ether|ax25|netrom|arcnet
- <ether_address>|<callsign>
- _________________________________________________________________
- Add a permanent entry to the table. It will not time out (in
- contrast to an automatically-created entry, which will disappear
- after nothing has been heard from a station for x minutes). A
- permanent entry can be removed with the 'arp drop' command.
-
- >> Examples: arp add ns9gwa ax25 NS9GWA-5
- arp add ns9liz netrom NS9LIZ-5
-
-
- _________________________________________________________________
- arp drop <host> ether|ax25|netrom|arcnet
- _________________________________________________________________
- Remove the specified entry from the ARP table.
-
- >> Example: arp drop ns9gwa ax25
-
-
- _________________________________________________________________
- arp flush
- _________________________________________________________________
- Drop all automatically-created entries in the ARP table.
-
- Permanent entries are not affected.
-
-
- _________________________________________________________________
- arp publish <host> ether|ax25|netrom|arcnet
- <ether_address>|<callsign>
- _________________________________________________________________
- This command is similar to the 'arp add' command, but the system
- will also respond to any ARP request it sees on the network that
- seeks the specified address. (Use this feature with great care).
-
- >> Example: arp publish ns9ken ax25 NS9KEN-5
-